home *** CD-ROM | disk | FTP | other *** search
- on mouseUp
- global NextMovie
- sound stop 1
- sound stop 2
- puppetSound(0)
- set mmm to "CLICK" & random(5)
- puppetSound(mmm)
- updateStage()
- if the soundBusy of 1 then
- repeat while the soundBusy of 1
- end repeat
- puppetSound(0)
- end if
- go(1, "juicebar")
- end
-